if service.click({ 
"#end_call_btn@WhatsApp",
"#footer_end_call_btn",
"#cancel_call_back_btn",
"#voice_note_cancel_btn_v2",
"#voice_note_cancel_btn", 
"#voice_note_draft_discard_btn", 
"#cancel@WhatsApp",
"#out_of_chat_close_btn",
"#unread_divider_tv",﻿
}) 
return true 
end 

if service.click({ 
{"#decline_incoming_call_view", 
"%模拟上滑",
} 
}) 
return true 
end

if service.click({
{"Leave call",
}
})
return true
end

return true